home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {
- encryptKeys:;
- forward:;
- mailboxes:;
- compact:;
- expunge:;
- enterSelection:;
- define:;
- openPageLayout:;
- deleteOne:;
- printPanel:;
- addLocalWord:;
- addPrivateUser:;
- openLipService:;
- showFindPanel:;
- undeleteMsg:;
- backSame:;
- findSame:;
- sortByDate:;
- sortByNumber:;
- reply:;
- sortByName:;
- optionsPanel:;
- spellCheck:;
- newMail:;
- deliver:;
- replyAll:;
- address:;
- sortBySubject:;
- newSender:;
- makeAscii:;
- doInfo:;
- undo:;
- };
- SUPERCLASS = Object;
- };
- MailDriver = {
- ACTIONS = {
- openLipService:;
- openIcon:;
- regExpr:;
- quit:;
- deliver:;
- appDidInit:;
- appDidUnhide:;
- mailboxes:;
- showMbox:;
- doInfo:;
- appDidHide:;
- find:;
- realQuit:;
- ignoreCase:;
- address:;
- showPreferences:;
- };
- OUTLETS = {
- printCell;
- toolsMenu;
- quitCell;
- windowsCell;
- fontCell;
- serviceCell;
- hideCell;
- rulerCell;
- };
- SUPERCLASS = Application;
- };
-